翻訳と辞書
Words near each other
・ Manual of Medical Diagnostics and Healthcare
・ Manual of Painting and Calligraphy
・ Manual of Patent Examining Procedure
・ Manual of Patent Office Practice
・ Manual of the Higher Plants of Oregon
・ Manual of The Mother Church
・ Manual of the Mustard Seed Garden
・ Manual of the Planes
・ Manual of the Warrior of Light
・ Manual on Uniform Traffic Control Devices
・ Manual override
・ Manual pulse generator
・ Manual Scan
・ Manual scavenging
・ Manual stimulation
Manual testing
・ Manual therapy
・ Manual Trade Workers Union
・ Manual transmission
・ Manual vacuum cleaner
・ Manuale d'amore 3
・ Manualism
・ Manualism (hand music)
・ Manualist
・ Manually coded English
・ Manually coded language
・ Manually coded language in South Africa
・ Manually Coded Malay
・ Manubach
・ Manubaran languages


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Manual testing : ウィキペディア英語版
Manual testing

:''Compare with Test automation''.
Manual testing is the process of manually testing software for defects. It requires a tester to play the role of an end user and use most of all features of the application to ensure correct behavior. To ensure completeness of testing, the tester often follows a written test plan that leads them through a set of important test cases.
==Overview==

A key step in the process is, testing the software for correct behavior prior to release to end users.
For small scale engineering efforts (including prototypes), exploratory testing may be sufficient. With this informal approach, the tester does not follow any rigorous testing procedure, but rather explores the user interface of the application using as many of its features as possible, using information gained in prior tests to intuitively derive additional tests. The success of exploratory manual testing relies heavily on the domain expertise of the tester, because a lack of knowledge will lead to incompleteness in testing. One of the key advantages of an informal approach is to gain an intuitive insight to how it feels to use the application.
Large scale engineering projects that rely on manual software testing follow a more rigorous methodology in order to maximize the number of defects that can be found. A systematic approach focuses on predetermined test cases and generally involves the following steps.〔ANSI/IEEE 829-1983 IEEE Standard for Software Test Documentation〕
# Choose a high level test plan where a general methodology is chosen, and resources such as people, computers, and software licenses are identified and acquired.
# Write detailed test cases, identifying clear and concise steps to be taken by the tester, with expected outcomes.
# Assign the test cases to testers, who manually follow the steps and record the results.
# Author a test report, detailing the findings of the testers. The report is used by managers to determine whether the software can be released, and if not, it is used by engineers to identify and correct the problems.
A rigorous test case based approach is often traditional for large software engineering projects that follow a Waterfall model. However, at least one recent study did not show a dramatic difference in defect detection efficiency between exploratory testing and test case based testing.
Testing can be through black-, white- or grey-box testing. In white-box testing the tester is concerned with the execution of the statements through the source code. In black-box testing the software is run to check for the defects and is less concerned with how the processing of the input is done. Black-box testers do not have access to the source code. Grey-box testing is concerned with running the software while having an understanding of the source code and algorithms.
Static and dynamic testing approach may also be used. Dynamic testing involves running the software. Static testing includes verifying requirements, syntax of code and any other activities that do not include actually running the code of the program.
Testing can be further divided into functional and non-functional testing. In functional testing the tester would check the calculations, any link on the page, or any other field which on given input, output may be expected. Non-functional testing includes testing performance, compatibility and fitness of the system under test, its security and usability among other things.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Manual testing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.